From 04c7a45cffa07e3627bccde13b9a832597a38418 Mon Sep 17 00:00:00 2001 From: Hamish Guthrie Date: Thu, 17 Jan 2013 15:17:11 +0000 Subject: [PATCH] python: Enable threading in python SVN-Revision: 35196 --- lang/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index d66f14c02..8493b5574 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -461,7 +461,7 @@ define Host/Configure rm -rf config.cache; \ CONFIG_SITE= \ OPT="$(HOST_CFLAGS)" \ - ./configure --without-cxx-main --without-threads --prefix=$(STAGING_DIR_HOST); \ + ./configure --without-cxx-main --with-threads --prefix=$(STAGING_DIR_HOST); \ ) endef -- 2.30.2